home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / rbcomm31.zip / README < prev    next >
Text File  |  1990-04-28  |  1KB  |  35 lines

  1. You will need to recompile all of your macro files, as the internal
  2. structure has changed significantly.  However, no harm will result if
  3. you forget to do so (RBcomm v3.1+ will complain on old macro files, and
  4. older versions of RBcomm will consider new macro files to have no keys
  5. defined).
  6.  
  7. The gray plus, minus, slash, and star are now treated distinct from the
  8. "regular" versions.  If you wish to keep using your existing macro files,
  9. be sure to add the following lines, so that those keys will continue to
  10. work as expected:
  11.  
  12.      Gray+  TEXT "+"
  13.      Gray-  TEXT "-"
  14.      Gray/  TEXT "/"
  15.      Gray*  TEXT "*"
  16.  
  17. ------------------------------------------------------------------------
  18.  
  19. If you have been using the RBcomm v3.01 or earlier Unix "termcap" entry,
  20. please replace it with the new entry.  The move-cursor command has moved
  21. from ^E to ^_.    ^E remains the move-cursor command when the answerback
  22. message is disabled for backward compatibility IN THIS VERSION ONLY.
  23.  
  24. ------------------------------------------------------------------------
  25.  
  26. Planned changes:
  27.     ^E will become the answerback request full-time, and only ^_ will
  28.     be the RBcomm move-cursor command.
  29.  
  30.     ^FA, ^FB, and ^FC will change (I don't know the details yet) as I
  31.     implement ANSI-compatible multi-page support.  I do know that the
  32.     number of "slots" will decrease from ten to eight.
  33.  
  34.     BBS and AVATAR modes will be combined into a single emulation.
  35.